body { background-color: rgb(50,50,50); font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;}
.menu-options {color: rgb(200,200,200); font-size: 100%; text-align: center;}
.main-title {color: rgb(200,200,200); font-size: 110%; text-align: center;}
.link-style {color: rgb(200,200,200)}
.gallery-overview {display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding-bottom: 10px; max-width: 1000px;}
.gallery-overview img {cursor: pointer; width: 100%; height: 100%; align-items: center; object-fit: cover; aspect-ratio: 1/1;}
.horizontal-rule {background-color: rgb(200,200,100); height: 1px; border: none}
.grid-position {display: grid;justify-content: center; place-items: center; margin-left: 5%; margin-right: 5%;}
.background-button {font-size: 100%; padding:20px}
.lightbox {display: none; position: fixed; z-index: 1000; left:0; top:0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); justify-content: center; align-items: center; flex-direction: column}
.lightbox-image {max-height: 80%; max-width: 80%; object-fit: contain; opacity: 0; transition: 0.2s ease-in-out;}
.close-btn {color: #fff; font-size: 40px; font-weight: bold; position: absolute; top:20px; right:30px; cursor: pointer; z-index: 1002;}
.close-button {cursor: pointer; font-size: 35px; border: none; background-color: rgba(255,0,0,0); color: rgb(255,255,255);}
.footer-link-style {color: rgb(150,150,150);}
.footer-menu-options {color: rgb(200,200,200); font-size:100%; text-align: center; margin-top: 25px; margin-bottom:50px;}
.prev {cursor: pointer; width: 20%; height: 80%; border: none; background: none; font-size: 400%; color: rgb(200, 200, 200);position: absolute; left: 0; z-index: 1001; padding-right: 10%}
.next {cursor: pointer; width: 20%; height: 80%; border: none; background: none; font-size: 400%; color: rgb(200, 200, 200);position: absolute; right: 0; z-index: 1001; padding-left: 10%}
.flex-arrows {display: none; grid-template-columns: repeat(1fr, 2fr, 1fr),}
.lightbox-caption {color: white; font-size: 150%;background-color: rgba(0,0,0,.7); padding-left: 10px; padding-right: 10px; border-radius: 7.5px;}
